From e7259d6fb826e30ce9dbbbc360b54b825e085602 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 27 Mar 2008 14:03:22 +0000 Subject: [PATCH] Fixed E_STRICT for CentralAuth extension --- includes/AuthPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 2ad137e271..6c5c7a1232 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -230,7 +230,7 @@ class AuthPlugin { * @param $autocreate bool True if user is being autocreated on login * @public */ - function initUser( $user, $autocreate=false ) { + function initUser( &$user, $autocreate=false ) { # Override this to do something. } -- 2.20.1